e0635790f49d8d2b1b5483136be05576182f25e6,src/test/java/teammates/test/cases/action/InstructorCourseRemindActionTest.java,InstructorCourseRemindActionTest,testExecuteAndPostProcess,#,35

Before Change


        };
        
        try {
            remindAction = getAction(addUserIdToParams(instructorId, submissionParams));
            redirectResult = (RedirectResult) remindAction.executeAndPostProcess();
            signalFailureToDetectException();
        } catch (EntityNotFoundException e) {
            ignoreExpectedException();

After Change


                Const.ParamsNames.INSTRUCTOR_EMAIL, invalidEmail
        };
        
        executeAndAssertEntityNotFoundException(instructorId, submissionParams);
        
        submissionParams = new String[]{
                Const.ParamsNames.COURSE_ID, courseId,